User-defined Functions
It is assumed that the reader has had some programming experience with a high-level language like Fortran, or even better, a lower-level language like C.
Subsections
Functions
Functions are Variables
Function Syntax
Local Statement
Return Statement
Function Scoping Rules
Function Arguments
Function Local Variables
Function Recursion
Examples
Mean Example
MGS Example
Files
File Static Variables
Conclusion